Fixed gtk_cell_layout_set_cell_data_func() to pass the correct layout object
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 20 Dec 2010 10:37:30 +0000 (19:37 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 21 Dec 2010 15:28:18 +0000 (00:28 +0900)
commitc8ae68c33dc65dc4407863553d059caa1d41e464
treec407627b2608a8c1a7ba50064091c68dad9131f7
parent13f18567e98e3c26e125ee458ca318fef6acb281
Fixed gtk_cell_layout_set_cell_data_func() to pass the correct layout object

Added _gtk_cell_area_set_cell_data_func_with_proxy() to be called by
gtk_cell_layout_set_cell_data_func() when the layouting object itself
is not the underlying cell area.
gtk/gtkcellarea.c
gtk/gtkcellarea.h
gtk/gtkcelllayout.c